<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2D2D2D;
}

.team-item .team-position {
    color: #989898;
    font-size: 12px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-socials {
    padding-bottom: 25px;
}

.team-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
    color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 13px;
}

#contact h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#contact a {
    font-size: 14px;
    color: #B7B7B7;
}

#contact a:hover {
    color: #fff;
    opacity: 1;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

#contact a&gt;i {
    margin-right: 5px;
    opacity: 0.7;
}

#contact a&gt;i:hover {
    opacity: 1;
}

#total {
    color: rgba(0,185,118,1);
    font-size: 50px;
    font-weight: 500;
    /* color: #4CA177;
    font-size: 24px;
    font-weight: 600; */
}

/*--------------------
7. Comments
--------------------*/
#comments {
    padding-top: 84px;
    padding-bottom: 86px;
}

.voice {
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    text-align: center;
    /*width: 1080px;*/
    min-height: 120px;
    margin: 140px 2px 20px 2px;
    padding: 0 5px;
}

/*.voice::before, .voice::after {*/
    /*position: absolute;*/
    /*font-size: 80px;*/
    /*color: #CBCBCB;*/
    /*font-weight: bold*/
/*}*/

/*.voice::before {*/
    /*content: "â€œ";*/
    /*top: -30px;*/
    /*left: -5px*/
/*}*/

/*.voice::after {*/
    /*content: "â€";*/
    /*right: 5px;*/
    /*top: -30px*/
/*}*/

.voice li {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    line-height: 236%;
    margin: 40px 0 48px 0;
    padding: 0 11px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #282828;
    text-align: left;
    -webkit-font-smoothing: antialiased
}
.voice li.cyxy-trs-source .cyxy-trs-target{
    display: block;
    line-height: 24px;
}

.voice li.cur {
    display: block
}

.user {
    width: 1080px;
    margin: 0 auto;
    padding: 0 5px;
}

.user:before, .user:after {
    display: table;
    content: ""
}

.user:after {
    clear: both;
    height: 0;
    visibility: hidden
}

.user li {
    float: left;
    width: 256px;
    display: block;
    padding: 20px 0px 20px 2px;
    margin: 0px 5px;
    opacity: 0.45;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    vertical-align: top;
    /* border-top: 2px solid #f0f0f0; */
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out
}

.user li .avatar {
    float: left;
    width: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: -10px 10px 0 20px
}

.user li .name {
    font-size: 18px;
    margin: 0px 10px;
    color: #282828
}
.user li .name .cyxy-trs-target{
    display: block;
    font-size: 15px;
}

.user li .info {
    position: absolute;
    font-size: 14px;
    margin: 10px 10px;
    color: #999999
}
.user li .info .cyxy-trs-target{
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 12px;
    width: 200px;
}

.user li.cur {
    opacity: 1;
    border-radius: 10px;
    background: rgba(0,185,118,0.1);
}
.user li.cur::before {
    content: '';
    border-top: 2px solid #4ca177;
    position: absolute;
    margin: -42px 0 0px -92px;
    width: 300px;
}


/*.user li:hover {*/
    /*opacity: 0.9*/
/*}*/

/*-----------------
  contact
-------------------*/
#contact {
    padding-top: 24px;
    padding-bottom: 60px;
}

#contact h5{
    /*text-align: center;*/
}

#contact p{
    line-height: 20px;
    padding-top: 5px;
    color:#B7B7B7;
}

#caiyun-info {
    margin-top: 6px;
}

#caiyun-info h5 {
    font-size: 20px;
}

#caiyun-info p a{
    color: #fff;
    opacity: 1;
    margin-left: 12px;
}

#caiyun-info p {
    padding-top: 13px;
    color: #fff;
}

/*
Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 35px;
    right: 35px;
}

#back-top a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    /*background: #A9A9B1;*/
    background: #8a8a8a;
    opacity: 0.8;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #555555;
    opacity: 0.8;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 7px;
    font-size: 28px;
}


.ad-postion {
    position: fixed;
    bottom: 50%;
    right: 35px;
        width: 46px;
    font-family: PingFangSC-Regular;
font-size: 13px;
color: #1F1F1D;
line-height: 17px;
font-weight: 400;
z-index: 999999;
background: #FFFFFF;
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
border-radius: 23px;
background: #fff;
padding-top:14px;
padding-bottom:10px;
text-align: center;
cursor: pointer;
transform: translateY(50%);
  }
  .ad-postion  &gt;img{
    width: 20px;
    display: block;
    margin: 0 auto;
  }
  .ad-postion  &gt;div{
    margin: 4px auto 0;
    line-height: 1.5;
    letter-spacing: 2.5px;
    cursor: pointer;
    writing-mode: vertical-lr;/*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
    font-size: 13px;
    color: #1F1F1D;
    font-weight: 400;
  }

  @media (max-width: 768px){

    .ad-postion {
                right: 13px;
        bottom: 105px;
        transform: translateY(0);
          }
          .ad-postion  &gt;img{
            width: 20px;
          }
          .ad-postion  &gt;div{
            font-weight: 400;
          }
    
          #back-top {
        right: 14px;
    }
    #back-top a {
        width: 45px;
        height: 45px;
        border-radius: 30px;
    }
    #back-top i {
        margin-top: 7px;
        font-size: 24px;
    }
          }


@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

#wechatqr {
    position: absolute;
    /*float: right;*/
    height: 140px;
    display: none;
    right: 48px;
    bottom: -70px;
    z-index: 1000;
}


/*--------------------
5. Footer
--------------------*/
footer {
    padding: 10px;
    background-color: #282828;
}

footer p {
    /*color: #999999;*/
    color: #B7B7B7;
    margin-bottom: 12px ;
    font-size: 12px;
    /*text-transform: uppercase;*/
    font-weight: 100;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
}

footer p a{
    color: #B7B7B7;
    /*color: #999999;*/
    margin: 0;
    font-size: 12px;
    /*text-transform: uppercase;*/
    font-weight: 100;
    letter-spacing: 0.3px;
}

footer p a:hover {
    cursor: pointer;
    color: #fff;
}
.face-icon-box,.twitter-icon-box{
    position: relative;
    width: 80px;
    display: inline-block;
}
.twitter-icon , .face-icon{
    background-size: 100%;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-left: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.face-icon{
    width: 30px;
    height: 30px;
    bottom: -2px;
    background-image:url('../imgs/face-book-icon.png');
}
.face-icon:hover{
    background-image:url('../imgs/face-book-icon-hover.png');
}
.twitter-icon{
    bottom: -5px;
    width: 35px;
    height: 35px;
    background-image:url('../imgs/twitter-icon.png');
}
.twitter-icon:hover{
    background-image:url('../imgs/twitter-icon-hover.png');
}


/*--------------------
6. Screen Adaption
--------------------*/
@media (min-width: 800px) {
    #ft1 {
        margin-right: 32px
    }

    #ft2 {
        margin-right: 8px
    }

    #ft3 {
        margin-left: 30px
    }

    #ft4 {
        margin-left: 50px
    }

    #st-api {
        margin-top: -10px
    }

    #api1 {
        margin-right: 36px
    }

    #api3 {
        margin-left: 42px
    }

    #api4 {
        margin-left: 66px
    }

    #api5 {
        margin-right: 36px
    }

    #api7 {
        margin-left: 42px
    }

    #api8 {
        margin-left: 66px
    }

    #contact-div1 {
        padding-left: 23px
    }

    #contact-div2 {
        margin-left: 55px
    }

    #caiyun-info {
        margin-left: 60px;
    }

    #contact-div3 {
        margin-left: 84px
    }

    .section-title p {
        margin: 31px 100px 75px 100px;
    }
    .section-title div{
        margin: 31px 100px 75px 100px;
    }

    #caiyun-info {
        padding-right: 1px;
        width: 330px;
    }

}
@media (max-width: 800px) {
    #play-video {
        margin-top: 16px;
    }

    .section-title h2 {
        margin-top: 10px;
        font-size: 26px;
    }

    .section-title p {
        font-size: 18px;
    }
    .section-title div {
        font-size: 18px;
    }


    #comments {
        display: none;
    }

    #contact {
        text-align: center;
    }

    .ac-device {
        /*display: none;*/
    }

    .ac-wrapper .ac-device {
        /*-webkit-transform: translateZ(-350px);*/
        /*-moz-transform: translateZ(-350px);*/
        /*transform: translateZ(-350px);*/
        transform: translate3d(-50px, -50px, -360px);
    }
}
</pre></body></html>